home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / live / lizard / templates / XF86Config.VGA16 < prev    next >
Encoding:
Text File  |  1999-08-15  |  1.3 KB  |  69 lines

  1. # See 'man XF86Config' for info on the format of this file
  2. #
  3. # Generated using the Caldera OpenLinux installer
  4. #
  5.  
  6. Section "Files"
  7.     RgbPath "/usr/X11R6/lib/X11/rgb"
  8.     FontPath "/usr/X11R6/lib/X11/fonts/Type1"
  9.     FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
  10.     FontPath "/usr/X11R6/lib/X11/fonts/misc"
  11.     FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
  12. EndSection
  13.  
  14.  
  15. Section "ServerFlags"
  16.     AllowMouseOpenFail
  17. EndSection
  18.  
  19.  
  20. Section "Keyboard"
  21.     Protocol "Standard"
  22.     XkbRules "xfree86"
  23.     XkbModel "${KEYBOARD_MODEL}"
  24.     XkbLayout "${KEYBOARD_LAYOUT}"
  25. EndSection
  26.  
  27.  
  28. Section "Pointer"
  29.     Protocol "${MOUSE_NAME}"
  30.     Device "${MOUSE_LINK}"
  31.     ${WHEEL}
  32.     ${EMULATE3RD}
  33. EndSection
  34.  
  35.  
  36. Section "Monitor"
  37.     Identifier  "Generic Monitor"
  38.     VendorName  "Unknown"
  39.     ModelName   "Unknown"
  40.     HorizSync   31.5
  41.     VertRefresh 60
  42.     Mode "640x480"
  43.         DotClock        25.175
  44.         HTimings        640 664 760 800
  45.         VTimings        480 491 493 525
  46.     EndMode    
  47. EndSection
  48.  
  49.  
  50. Section "Device"
  51.     Identifier  "Generic VGA"
  52.     VendorName  "Unknown"
  53.     BoardName   "Unknown"
  54.     Chipset     "generic"
  55.     Clocks      25.175
  56. EndSection
  57.  
  58.  
  59. Section "Screen"
  60.     Driver      "vga16"
  61.     Device      "Generic VGA"
  62.     Monitor     "Generic Monitor"
  63.     Subsection "Display"
  64.         Modes       "640x480"
  65.     EndSubsection
  66. EndSection
  67.  
  68. # End of automatically generated file
  69.